Coder Social home page Coder Social logo

Comments (4)

sriumcp avatar sriumcp commented on June 14, 2024

EDIT: I am running into this issue in my regular folder as well and not just /tmp (I believe this is a meteor versions issue).

Ok. This is interesting... I have a streamsx.visualization folder in my user directory (OS X -- Yosemite), and I also have a streamsx.visualization folder in /tmp. When I run READ.share as per in my user space, it works. When I run it in /tmp, it throws the same error as above.

I believe this has something to do with the limits that OS X imposes on the number of open files. Could you please tell me where you're running READ.share (and also try running it in your home directory as opposed to /tmp) in case your set up is similar to the above...

from streamsx.visualization.

queeniema avatar queeniema commented on June 14, 2024

I originally was running it from /Users/queeniema/github/streamsx.visualization.

Per your suggestion, I cloned the repository into my home directory (/Users/queeniema/streamsx.visualization), but I'm still seeing the same error. Any other suggestions?

from streamsx.visualization.

sriumcp avatar sriumcp commented on June 14, 2024

Sorry, my comment about the directory where you're running is a bit of noise -- please ignore.
Turns out this is a mac specific issue: https://forums.meteor.com/t/error-file-table-overflow-in-meteor-1-4-1-2/30496/4

Here's what I did ... updated my os to Sierra (you probably already have; even if you haven't don't bother). But more importantly, restarted the mac multiple times as part of that process.

So, could you please restart your mac to see if this issue goes away. Also: please do a meteor npm install within READ.share before you run meteor within the folder. I will update the docs with this additional step.

from streamsx.visualization.

queeniema avatar queeniema commented on June 14, 2024

So, I restarted but that didn't help. I saw a response in the Meteor forum link you posted that led me to here: meteor/meteor#8057. Ran the following commands and it worked! Thanks for your help!

$ echo kern.maxfiles=65536 | sudo tee -a /etc/sysctl.conf
$ echo kern.maxfilesperproc=65536 | sudo tee -a /etc/sysctl.conf
$ sudo sysctl -w kern.maxfiles=65536
$ sudo sysctl -w kern.maxfilesperproc=65536
$ ulimit -n 65536

from streamsx.visualization.

Related Issues (16)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.