Opened 16 months ago

Last modified 5 months ago

#18200 new bug

System hangs on high RAM usage

Reported by: bbjimmy Owned by: nobody
Priority: high Milestone: Unscheduled
Component: System/Kernel Version: R1/beta4
Keywords: Cc: pulkomandy
Blocked By: Blocking:
Platform: All

Description

hrev56686 x68_64 Memory 3583 Mib swap space 64.92 GiB

Using Web/Epiphany ( due to known memory/process leak) and many ShowImage instances I used more than 3583 Mib of ram. the swap spaced kept me at 99% usage ( acording to ActivityMonitor, VirtialMemory showed obytes used ) and 1% cache but the system hard crashed when the swap reached about 700Mib.

The swap space should be used earlier and attempt top keep cache closer to 10% amd used memory closer to 90% to keep the system responsive and avoid a hard reset due to an out of memory dvdnt.

Change History (7)

comment:1 by bbjimmy, 16 months ago

out of memory event

comment:2 by waddlesplash, 16 months ago

Cc: pulkomandy added
Component: - GeneralSystem/Kernel
Summary: Swap space underutilizedSystem hangs on high RAM usage

The hangs on out of memory may be related to swap space usage; it may be trying to transfer things into swap but then hangs somehow.

That is the real problem which needs to be fixed. I think pulkomandy also mentioned encountering it, perhaps he managed to collect some information from KDL?

comment:3 by bbjimmy, 16 months ago

Out of memory is a symptom, the issue is improper utilzation of swap space.

comment:4 by nephele, 16 months ago

I think it's a bit fast to blame swap here, this behaviour should not happen even if there is no swap at all.

in reply to:  4 comment:5 by bbjimmy, 16 months ago

Replying to nephele:

I think it's a bit fast to blame swap here, this behaviour should not happen even if there is no swap at all.

True, but if the swap was working properly, I would not have reached the out of memory situation.

comment:6 by waddlesplash, 7 months ago

I managed to reproduce a hang on high RAM usage (with some effort) where the cursor would still move, but basically nothing else would work. Dropping to KDL, it appears the app_server event loop is trying to acquire some rwlock, however it's a userland rwlock so determining who owns it or last released it is not really possible. Furthermore the backtrace into app_server is useless, it doesn't contain function names.

Though, there's another app_server thread (one for Tracker's main thread) which is waiting for a BLocker semaphore named "event dispatcher". So perhaps that's related, but I don't know a whole lot about this part of app_server internals.

Do these sound like the symptoms you were experiencing, or have I run across something else?

comment:7 by bbjimmy, 5 months ago

sounds right to me.

Note: See TracTickets for help on using tickets.