0

I am using berkeley db java edition. how can i increase cache size

dsegleau
  • 1,942
  • 9
  • 13
Dhananjay Joshi
  • 704
  • 1
  • 7
  • 8

1 Answers1

1

See EnvironmentConfig in the Javadoc, specifically, setCacheSize.

Apologies for the delay in responding. Usually you can get these questions answered more quickly by posting them to the Berkeley DB Java Edition technical forum on OTN.

Regards,

Dave

dsegleau
  • 1,942
  • 9
  • 13