You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what happens if compiled (gcc8 or xlC) on AIX:
# ./eatmemory 55M
Currently total memory: -4096
Currently avail memory: -4096
..
This also means that memory size cannot be specified as percentage:
# ./eatmemory 30%
Currently total memory: -4096
Currently avail memory: -4096
Eating -1228 bytes in chunks of 1024...
Done, press any key to free the memory
AIX version: 7200-04
The text was updated successfully, but these errors were encountered:
jose1711
added a commit
to jose1711/eatmemory
that referenced
this issue
Feb 9, 2021
This is what happens if compiled (gcc8 or xlC) on AIX:
# ./eatmemory 55M Currently total memory: -4096 Currently avail memory: -4096 ..
This also means that memory size cannot be specified as percentage:
AIX version: 7200-04
The text was updated successfully, but these errors were encountered: