Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a question about vmem and maxvmem. I searched on the web but there are really many confusing explanations of the two words. What I did was to type:

qstat -j 1154926 | grep vmem

The output was: cpu=00:05:25, mem=23.21121 GBs, io=2.70481, vmem=239.277M, maxvmem=351.359M

Can anyone help me to understand the meaning of the variables?

Best

share|improve this question

2 Answers

up vote 0 down vote accepted

I found this link to be helpful.

share|improve this answer

The vmem variable states the current available virtual memory on that node/queue combination. The maxvmem states what the node/queue combination can present as the maximum available virtual memory.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.