zowe / zss

Zowe System Services Server for enabling low-level microservices
Eclipse Public License 2.0
13 stars 45 forks source link

Code to configure SLH size for ZSS to handle file size greater than 6mb #698

Closed Gautham-coder closed 2 weeks ago

Gautham-coder commented 2 months ago

Describe the bug Abend occurs when trying to upload dataset with size greater than 6MB, the below messages can be seen in the log.

SLH at 0x3FF90A50 cannot allocate above block size 16 > 0 mxbl 2 bkct 2 bksz 65536 httpserver: ABEND 0C4-04 averted when handling datasetContents

This issue is resolved by increasing the blocks for the heap i.e heap size, that is being used by the http web server. We will be giving this as configurable option, with default value as 1024(also maximum value) and 100 as minimum value.

Steps to Reproduce

  1. Upload dataset of size greater than 6MB
  2. Check the ZSS logs

Expected behavior It should be able to upload successfully.

Describe your environment

Gautham-coder commented 2 weeks ago

Resolved.