Skip to main content

Questions tagged [out-of-memory]

The tag has no usage guidance.

0 votes
0 answers
18 views

Prerender.io Docker image and strange url access

I use the Prerender.io Docker image from https://github.com/tvanro/prerender-alpine?tab=readme-ov-file, and in the Docker logs, I see tons of the following URL access: 2024-06-26T15:59:32.559Z getting ...
0 votes
1 answer
5k views

After switching from 32 GB of RAM to 64 GB, WSL2 still refuses to use more than 32 gigs?

I'm on Windows 11, using WSL2 (Windows Subsystem for Linux). I recently upgraded my RAM from 32 GB to 64 GB. While I can make my computer use more than 32 GB of RAM, WSL2 seems to be refusing to use ...
0 votes
1 answer
2k views

Powershell with "array dimensions exceeded supported range" error close to 1GB file size

I have a simple Powershell script example below: $dpath = "D:\Fill" $mask="000000" $sizefile = 1GB $numfiles = 10 #file mask will be "file_000000 " = 12 chars total $...
0 votes
1 answer
498 views

Importing a large .dump file into Postgres Database (Win 10)

I'm running into a problem where I want to import a really, really large .dump file (530gb) into a postgres database inside a docker. This is the commmand I'm running inside Powershell: cat .\dbexport....
0 votes
0 answers
2k views

Out of memory when booting

I have a dual boot system and am running Elementary OS in one partition and Windows 10 in another. I received an update for the Linux kernel and applied it, but then my computer was not able to boot ...
1 vote
0 answers
813 views

ASP.NET Core app hosted on CentOS 8 throws an out of memory exception, but works fine when developing on Windows?

We are using FastReport to generate reports, while we are developing on our Windows machines, it is possible to generate pdf files that are + 10 pages in size, but when we publish this (target runtime ...
0 votes
0 answers
28 views

Windows 10 out of commited memory, but not out of physical memory [duplicate]

I'm getting out of memory errors in my applications. But it appears that I'm not out of physical memory? I'm only hitting the committed memory limit.
1 vote
0 answers
736 views

BlInitializeLibrary failed 0xc0000017 error after random shutdown

My computer was running perfectly, as normal, then shutdown and started going into a bootloop, getting to the first windows 10 loading step, then restarting. When I forced it to shutdown, and started ...
1 vote
1 answer
2k views

MySQL was killed by watchdog/snapd ubuntu ec2, watchdog is not installed but listing in ps

On one of my servers mysql was killed because of too much memory usage. Before it crashed the memory usage was around 95%. My confusion is what killed the process because I have seen in past whenever ...
2 votes
1 answer
3k views

Can I make Virtual machine use swap-space(swapfile) as a memory when overcommitting?

I am doing some experiment with VM and KVM. I am trying to realize the fact of overcommitment and swap-space. At first, let me show the system setup and associate configuration that I made for this ...
0 votes
1 answer
654 views

Less Threads or More Swap Space?

I am running multiple terminal cmds using threads in Python (don't make fun of me, there is a reason). These cmds sometimes overpower the available memory and I have been forced to increase my swap ...
2 votes
1 answer
2k views

Linux service to set /proc/$pid/oom_score_adj of new processes?

Is there any available software which can be used to set the /proc/<pid>/oom_score_adj of processes after they're created, based upon the executable name and the user/group?
1 vote
0 answers
1k views

"Page allocation stalls" Errors and System Freeze When Starting Game

I just bought a new game, but unfortunately it causes my PC to hang while starting. Examining /var/log/kern.log after forcibly rebooting (ie. hitting the reset button) shows a few of the following ...
0 votes
0 answers
63 views

Windows shows OOM even though there's a lot of free memory. Random reboots

Since some time my PC reboots without any entry in the Windows event log. I restored bios settings to default to exclude potential incorrect OC issues, the temperature monitor does not show any ...
0 votes
0 answers
405 views

VPS running out of memory when used as an SSH proxy

I am trying to use a VPS as a SSH "proxy" to access my personal desktop that is behind multiple layers of NAT. Basically, I have a reverse SSH tunnel open from a TCP port on the VPS to my desktop. I ...

15 30 50 per page