I compiled Windows 32bit version with reduced memory usage.
paq8hp model is not used, paq8l is reduced to level 4 and for others max_size is reduced 80x times.
As it uses some C++11 features i had to update my Dev-C++ to modern version. Project file included in attachments.
Memory usage was about 1.8GB
Code:
E:\O\cmix\src>cmix -c enwik6 out.cm
Number of models: 113
Number of mixer neurons: 528497
1000000 bytes -> 189637 bytes in 285.55 s.
E:\O\cmix\src>paq8pxd_v7 -8 enwik6
Creating archive enwik6.paq8pxd7 with 1 file(s)...
File list (16 bytes)
Compressed from 16 to 17 bytes.
1/1 Filename: enwik6 (1000000 bytes)
Block segmentation:
0 | utf-8 | 1000000 bytes [0 - 999999] (wrt: 848354)
Compressed from 1000000 to 202709 bytes.
Total 1000000 bytes compressed to 202737 bytes.
Time 127.54 sec, used 1633432453 bytes of memory
E:\O\cmix\src>cmix -c world95.txt out.cm
Number of models: 113
Number of mixer neurons: 528497
2988578 bytes -> 342310 bytes in 1069.59 s.
E:\O\cmix\src>paq8pxd_v7 -8 world95.txt
Creating archive world95.txt.paq8pxd7 with 1 file(s)...
File list (21 bytes)
Compressed from 21 to 24 bytes.
1/1 Filename: world95.txt (2988578 bytes)
Block segmentation:
0 | text | 2988578 bytes [0 - 2988577] (wrt: 1888874)
Compressed from 2988578 to 332092 bytes.
Total 2988578 bytes compressed to 332127 bytes.
Time 286.51 sec, used 1633432448 bytes of memory