Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suppress hs_err_pid_*.log files #42

Open
pierluigi opened this issue Sep 22, 2016 · 2 comments
Open

Suppress hs_err_pid_*.log files #42

pierluigi opened this issue Sep 22, 2016 · 2 comments

Comments

@pierluigi
Copy link

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!

@thadwoodman
Copy link

@pierluigi I know it was a while ago, but do you know if you ever found a workaround for this :)

@thadwoodman
Copy link

For anyone else with this issue, the following solved it for me:

  • Create a local folder for the dynamodb, e.g.: /localDb
  • Use that folder as the dir argument in launch:
  localDynamo.launch({
    dir: path.resolve(__dirname, "../localDb/"),
    detached: true,
    port: 8000,
    sharedDb: true,
  });
  • Add localDb to .gitignore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants