Whoa, that worked! 5 mb. Thanks.
Best posts made by UR-Quan
-
RE: Compiling - size of binary
Latest posts made by UR-Quan
-
RE: Compiling - size of binary
Whoa, that worked! 5 mb. Thanks.
-
RE: Compiling - size of binary
It’s Ubuntu 17.10. autogen.sh, then configure --with-gui=no and make.
-
Compiling - size of binary
Greetings.
After compiling (with --with-gui=no) my feathercoind is ~100 mb. But on your github it’s 9 mb. Do you pass some other options (guess it has something to do with dynamic linking)?
-
Compiling - no sse2 and high mem usage
Greetings.
An hour ago git-clonned and compiled feathercoind with gcc7 by autogen.sh, configure --with-gui=no, make and make install on Ubuntu 17.10. Having some issues.
- It says “feathercoin SSE2 unsupported, optimisations disabled” though my cpu clearly supports them:
“model name: AMD Phenom™ II X4 965 Processor”
“flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt hw_pstate vmmcall npt lbrv svm_lock nrip_save”.“export CFLAGS=”-march=native"" did not help.
- feathercoind eats up 800 mb of RAM. “maxmempool=15” in .conf reduced the footprint by ~40 mb.
Please advise.