Search Results

Search: Posts Made By: jim mcnamara
25,443
Posted By jim mcnamara
Try instrumenting your code during a couple of...
Try instrumenting your code during a couple of test runs:
You can call getrusage() at the end of a run to see the amount of stack and heap memory your program has used. Then you can add the size of...
25,443
Posted By jim mcnamara
How about ensuring that a "limit" won't be gone...
How about ensuring that a "limit" won't be gone over?

bash and ksh have a builtin "ulimit" ksh, for example allows you to specify the max possible core size ulimit -c <max core size> on a per...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 07:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy