Also keep in mind that Nuxeo extracts a copy of the text content of attached files (MS Office, OpenOffice, PDF...) and store this in a column of the database. Furthermore the fulltext index (that indexes that columns + the aggregated text fields such as the title, description...) also needs some space.
This is not a problem if the byte-wise dominating attached files are videos, audio or high resolution picture files though. As Florent said you will should do some benchmarking to check this, but for that scale, a 64 bits machine with 24GB RAM (20GB for Postgres and the rest for the JVM) seems more reasonable (the 20GB should be splitted between kernel filesystem cache and the PG buffers, don't forget to tell PG about the empirical usage of the FS cache). --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
