search for: use_cases

Displaying 3 results from an estimated 3 matches for "use_cases".

Did you mean: use_case
2007 Sep 10
6
RSpec view spec writing problem (unable to generate url_for in RESTful resource link_to)
...tomer_id=>"1", :controller=>"actors", :action=>"show", :project_id=>"1"}, expecte d: {:controller=>"actors", :action=>"show"}, diff: {:customer_id=>"1", :project_id=>"1"} On line #22 of app/views/use_cases/show.rhtml 19: <ul> 20: <% @primary_actors.each do |a| %> 21: <li> 22: <%= link_to(a.name,actor_path(@customer, at project),{:class=>"show",:title=>"Show actor details"}) -%> 23: <%= link...
2016 Sep 07
2
how to limit cpu usage for specified processes
Hi, Is there some tool or method in centos that can limit cpu usage to some percentage for specified processes that consume large cpu resource? I found cpulimit which is only able to limit one process. what I want is one tool that can limit several same processes' cpu usage. Thanks! Regards andrew
2016 Sep 07
0
how to limit cpu usage for specified processes
Hello, You could do it with Cgroups, if your specified processes run or can be made to run in group permissions. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Resource_Management_Guide/sec-cpu_and_memory-use_case.html Regards, -- Sander Kuusemets University of Tartu, High Performance Computing, IT Specialist Skype: sander.kuusemets1 +372 737 5694 On