Acabei de comprar um novo jogo, mas infelizmente isso faz com que meu PC fique suspenso ao iniciar. Examinar /var/log/kern.log
após reinicializar forçadamente (ou seja, pressionar o botão de redefinição) mostra alguns dos seguintes erros:
[ 609.975750] TaskSchedulerBa: page allocation stalls for 12688ms, order:0, mode:0x14201ca(GFP_HIGHUSER_MOVABLE|__GFP_COLD), nodemask=(null)
[ 609.975752] TaskSchedulerBa cpuset=/ mems_allowed=0
[ 609.975754] CPU: 1 PID: 1905 Comm: TaskSchedulerBa Tainted: G OE 4.13.0-21-generic #24-Ubuntu
[ 609.975755] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./Z77 Extreme4, BIOS P2.80 01/17/2013
[ 609.975755] Call Trace:
[ 609.975757] dump_stack+0x63/0x8b
[ 609.975759] warn_alloc+0x114/0x1c0
[ 609.975761] __alloc_pages_slowpath+0x850/0xe30
[ 609.975762] ? get_page_from_freelist+0xa3/0xb20
[ 609.975764] ? crypt_extent+0x112/0x1a0
[ 609.975765] __alloc_pages_nodemask+0x25d/0x280
[ 609.975767] alloc_pages_current+0x6a/0xe0
[ 609.975768] __page_cache_alloc+0x86/0x90
[ 609.975769] filemap_fault+0x214/0x5e0
[ 609.975771] ? filemap_map_pages+0x179/0x320
[ 609.975772] __do_fault+0x1e/0xb0
[ 609.975773] __handle_mm_fault+0xba7/0x1020
[ 609.975775] handle_mm_fault+0xb1/0x200
[ 609.975776] __do_page_fault+0x24d/0x4d0
[ 609.975777] do_page_fault+0x22/0x30
[ 609.975778] page_fault+0x28/0x30
[ 609.975779] RIP: 0033:0x7fc84a1ec427
[ 609.975779] RSP: 002b:00007fc83685ea00 EFLAGS: 00010202
[ 609.975780] RAX: 0000000000000000 RBX: 00007fc83685ea10 RCX: 00007fc847507b9a
[ 609.975781] RDX: 00007fc83685ea30 RSI: 0000000000000000 RDI: 00007fc83685ea30
[ 609.975781] RBP: 00007fc83685eae0 R08: 0000000000000000 R09: 0000000000000080
[ 609.975782] R10: 00007fc83685e9c0 R11: 0000000000000206 R12: 00007fc83685ea18
[ 609.975782] R13: 00000a99eba5aa38 R14: 0000000019fa2701 R15: 00007fc84f1e9298
Não sei bem o que isso pode significar. Estou lendo isso como o sistema ficando sem RAM; no entanto, olhando para os requisitos mínimos do sistema do jogo (6GB necessários, o PC tem 8GB), o PC deve ter o suficiente. Por outro lado, minha placa gráfica (Intel HD 4000) não é oficialmente suportada, mas isso não parece estar relacionado ao erro.
Estou realmente ficando sem memória aqui? Algum hardware está com defeito? Ou são os gráficos integrados?
O sistema é um Artful Ubuntu bastante atualizado:
~ lsb_release -a
LSB Version: core-9.20160110ubuntu5-amd64:core-9.20160110ubuntu5-noarch:security-9.20160110ubuntu5-amd64:security-9.20160110ubuntu5-noarch
Distributor ID: Ubuntu
Description: Ubuntu 17.10
Release: 17.10
Codename: artful
Situação de memória típica antes de iniciar o jogo:
~ free -m
total used free shared buff/cache available
Mem: 7678 1321 3992 343 2364 5758
Swap: 7883 0 7883
Editar: tenho executado continuamente free -m
até o congelamento; esta é a última entrada:
total used free shared buff/cache available
Mem: 7678 3986 129 3348 3562 104
Swap: 7883 42 7840
Então, enquanto parece que o sistema está realmente com pouca memória, ainda resta muito swap ...
Tags freeze memory ubuntu out-of-memory