volatilityfoundation / volatility

An advanced memory forensics framework
http://volatilityfoundation.org/
GNU General Public License v2.0
7.04k stars 1.26k forks source link

volatility.debug : Alignment of LimeAddressSpace is too small, plugins will be extremely slow #835

Open pradeep2105 opened 1 year ago

pradeep2105 commented 1 year ago

HI, I spun up a VM in GCP and dump the memory using AVML and used volatility 2.6.1. I created a profile and passed linux_pslist plugin but it shows "volatility.debug : Alignment of LimeAddressSpace is too small, plugins will be extremely slow". is there anyway to speedup the process.

Command used:

python ./volatility/vol.py -f dump1.dmp --profile=LinuxUbuntu_5_4_0-1092-gcpx64 linux_pslist

Please help