M
Matt Baker
Guest
What are you trying to accomplish in development that would require a flush of r-code? Are you using PDSOE? Are you using ABL unit testing or something like PCT? A lot of these tools will start a new AVM each time you want to run/debug/test something. PDSOE will trim appserver automatically each time you publish code to the appserver/webspeed. If you're not using PDSOE, you can simply run asbman -trim 1000 to trim everything which would remove everything from memory. PCT and the ABL unit testing frameworks would be restarting the client on each run. Can you setup these to trim appsever agents before each test execution.
Continue reading...
Continue reading...