Recommended notes.ini Settings for photo uploader
Sometimes the profile photo editor can fail when users upload very large photos (several megabytes) resulting in an error or a black empty image.
To prevent this error, we recommend to adjust the "Java Heap Size" in the servers notes.ini settings:
HTTPJVMMaxHeapSize = 512M
HTTPJVMMaxHeapSizeSet = 1
The specified heap size should not be larger than your servers physical memory.