Harold

Results 2 comments of Harold

+1. I also found the same issue using Java API. We would like to bulk load data using SST files in a TTL enabled database but that fails

Use this Dockerfile to build an up to date (Node10) image that fixes this memory warning ``` FROM node:10 RUN apt-get update && apt-get install -y fonts-noto-cjk\ && rm -rf...