In the current version there is a limit of 1MB for the HTTP response if you are using the following:
WebServerResponse.createStringResponse
To send responses larger than 1MB use either of the options below:
WebServerResponse.createFileDescriptorResponse
WebServerResponse.createSharedMemoryResponse