A Repository of Performance Testing and Engineering Articles Link
How to check or see the heap memory if I ma using Jmeter
Hi Badal,If you are have Windows server then use below command to find out Max Heap Size:javaw -XX:+PrintFlagsFinal | find "MaxHeapSize"
C:\Users\acer>javaw -XX:+PrintFlagsFinal | find "MaxHeapSize" uintx MaxHeapSize := 268435456 {product}here "268435456" this size is like Magabyte ???
The given size "268435456" is in bytes which is equal to 256 MB.
How to check or see the heap memory if I ma using Jmeter
ReplyDeleteHi Badal,
DeleteIf you are have Windows server then use below command to find out Max Heap Size:
javaw -XX:+PrintFlagsFinal | find "MaxHeapSize"
C:\Users\acer>javaw -XX:+PrintFlagsFinal | find "MaxHeapSize"
ReplyDeleteuintx MaxHeapSize := 268435456
{product}
here "268435456" this size is like Magabyte ???
The given size "268435456" is in bytes which is equal to 256 MB.
Delete