TravisFSmith / SweetSecurity

Network Security Monitoring on Raspberry Pi type devices
Apache License 2.0
777 stars 190 forks source link

setup.py shows less than 1 GB ram on vmware #28

Open zekvuffe opened 6 years ago

zekvuffe commented 6 years ago

Hello Travis,

i tried to install sweet on a clean ubuntu 16.04 system. when i run setup.py i recieve

Less than 1GB of memory. You need more than this to continue.

free -t -m gesamt benutzt frei gemns. Puffer/Cache verfügbar Speicher: 3933 70 3736 5 126 3664 Auslagerungsspeicher: 4095 0 4095 Gesamt: 8029 70 7832

df Dateisystem 1K-Blöcke Benutzt Verfügbar Verw% Eingehängt auf udev 1994564 0 1994564 0% /dev tmpfs 402820 5872 396948 2% /run /dev/mapper/wurstsalats--vg-root 77808608 2280796 71552236 4% / tmpfs 2014096 4 2014092 1% /dev/shm tmpfs 5120 0 5120 0% /run/lock tmpfs 2014096 0 2014096 0% /sys/fs/cgroup /dev/sda1 482922 57458 400530 13% /boot tmpfs 402820 0 402820 0% /run/user/1000 /home/arschmin/.Private 77808608 2280796 71552236 4% /home/arschmin

so, i'm sure enough ram here. what can i do to successfull install?

best frank

zekvuffe commented 6 years ago

OK i saw it: you checking with free -t - m and Mem: in line, but i'm on a german system where this line starts with Speicher: i uncommended theese checkingss, now it works