As opposed to VSZ ( Virtual Set Size ), RSS is a memory currently used by a process. This is a actual number in kilobytes of how much RAM the current process is using.
The resident memory can be checked using ps -v <spooler pid> which is the correct value to monitor for linux memory usage