Coder Social home page Coder Social logo

Comments (6)

robertnishihara avatar robertnishihara commented on May 5, 2024

Interesting, I tried a simpler version

import ray
import time
import numpy as np

ray.init(num_workers=0)

x = np.zeros(10000000)

l = []
for i in range(500):
  start = time.time()
  ray.put(x)
  end = time.time()
  l.append(end - start)

And got a similar plot.

put_plot

from ray.

richardliaw avatar richardliaw commented on May 5, 2024

If you zoom into the first 200, there should be a upward tick in the median time taken right?

Here's what my machine is showing (from a replicated run of your script)

screenshot 2017-02-10 00 53 33

from ray.

robertnishihara avatar robertnishihara commented on May 5, 2024

The same plot but with 1GB object store memory (the previous plot was about 13GB).
limited_memory

from ray.

robertnishihara avatar robertnishihara commented on May 5, 2024

This time with x = np.zeros(10000000) so the objects are 1/10th the size (and 1GB object store memory).
smaller_objects

from ray.

pcmoritz avatar pcmoritz commented on May 5, 2024

This is the same workload in linux (using half of the ram for the plasma store):

plasma

I think the large spikes we saw in mac os x with 13gb come from hitting the disk.

from ray.

robertnishihara avatar robertnishihara commented on May 5, 2024

Closing since I think we decided this was due to swapping.

from ray.

Related Issues (20)

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.