Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why am I seeing an Out of Memory error when running Wusage, even though my machine appears to have plenty of memory available?

0
0 Posted

Why am I seeing an Out of Memory error when running Wusage, even though my machine appears to have plenty of memory available?

0
0

This is usually because the ‘limit’ command, or a similar command, has been used to limit memory usage by any one program. FreeBSD, BSDI and related systems support the ‘limit’ command, and its opposite counterpart, ‘unlimit’. By default, many BSD systems will limit applications’ use of memory quite severely. One BSDI system we encountered was set to a limit of 16 Mb for any given program. This is not sufficient memory to analyze all report frequencies simultaneously, especially not with large log files. To correct this problem, type: limit datasize unlimited Or: limit datasize 64M Or: unlimit at the Unix shell prompt BEFORE you run the “wusage” command. Which command is best depends on your needs and the privileges assigned to you by the administrator of the machine. (Please, try all three variations and see what works for you; no need to contact us and ask which one will work, as we don’t know a great deal about your individual situation.) Users with very large log files may need to

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123