Mark,
On 5/3/22 02:26, Mark Thomas wrote:
The code uses memory inefficiently and the JVM is not configured with
enough memory to handle the load.
+1
One of the following should solve this:
1. Re-write the server code to read the file contents from a
FileInputStream and write it directly to
There isn't a question in the post below. I am assuming that the implied
question is "why doesn't this work?".
The code uses memory inefficiently and the JVM is not configured with
enough memory to handle the load.
One of the following should solve this:
1. Re-write the server code to read t