For some reason when using this module my project's directory gets flooded by hs_err_pid_*.log files which I believe to be generated by some error thrown inside the JVM by the DynamoDB jar.
Java version:
java -version
java version "1.8.0_101"
Java(TM) SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode)
Am I the only one experiencing this?
Thanks!
For some reason when using this module my project's directory gets flooded by
hs_err_pid_*.logfiles which I believe to be generated by some error thrown inside the JVM by the DynamoDB jar.Java version:
Am I the only one experiencing this?
Thanks!