Windows 8 out of memory over time: Toke Paged consuming over 5GB

I've seen this in the past and the toke tag is used by the Intel WIFI driver. So install the latest driver.

If this doesn't fix use xperf to trace what causes the usage. Install the WPT, open a cmd.exe as admin and run this:

xperf -on PROC_THREAD+LOADER+POOL -stackwalk PoolAlloc+PoolFree+PoolAllocSession+PoolFreeSession -BufferSize 1024 -MinBuffers 256 -MaxBuffers 256 -MaxFile 512 -FileMode Circular && timeout -1 && xperf -d pool.etl

capture 30s of the grow. Open the ETL with WPA.exe, add the Pool graphs to the analysis pane.

Put the pooltag column at first place and add the stack column. Now load the symbols inside WPA.exe and expand the stack of the Toke tag. Now find other 3rd party drivers which use this tag. Look for driver updates