]> Zhao Yanbai Git Server - minix.git/commit
vm: ignore RS pin (pre-allocate) requests for now
authorBen Gras <ben@minix3.org>
Wed, 8 Aug 2012 13:47:45 +0000 (15:47 +0200)
committerBen Gras <ben@minix3.org>
Wed, 8 Aug 2012 13:51:10 +0000 (15:51 +0200)
commitb3f47f5835c2689fede93eb18ca365cc0783140a
treeeb18f570866d609b6e2015163ac6cd3e5074370d
parent0ae2e2df9484905555793ceb43ab553c06ea3589
vm: ignore RS pin (pre-allocate) requests for now

. done by RS to reduce/remove dependency on VM for recovery
. RS has the default stack size of 64MB since the nosegments
  change, using a huge amount of unused memory to pre-allocate
. ignore these requests until actually required (i.e. being able
  to survive VM crashes)

Thanks to pikpik for investigating why RS was so huge.
servers/vm/rs.c