JIMFS for production in memory filesystem

385 Views Asked by At

I have a specific use case where it would benefit me to abstract a normal filesystem into an in memory one since we often switch between the two for performance reasons. Can JIMFS be used in a production environment or is it purely made for testing?

1

There are 1 best solutions below

0
On

There's no particular reason it can't be used in production. Testing is just the most common use case.