Skip to content
#

cloud-computing

Here are 719 public repositories matching this topic...

mv10-work
mv10-work commented Sep 6, 2019

As discussed in #5931

The Configuration Guide shows new SiloHostBuilder() which I gather is going away, it should be updated for the generic host UseOrleans() approach.

Possibly related -- I'm setting up SQL storage for version 2.4.2. It appears the documentation in [Configuring ADO.NET Providers](http://dotnet.github.io/orleans/Documentation/clusters_and_clients/configuration_guide/con

sansindia85
sansindia85 commented Nov 29, 2019

I had created a Service Fabric project called "Stateless ASP.Net Core" with ASP.Net Core 3.0 WebAPI. I replaced WebAPI code with ASP.Net Core 3.0 gRPC middlewear based on MSDN documentation.

MSDN Documentation link : https://docs.microsoft.com/en-us/aspnet/core/grpc/aspnetcore?view=aspnetcore-3.0&tabs=visual-studio

Is it technically possible to use ASP.Net Core 3.0 gRPC with Stateless ASP.Ne

cloud-custodian
okteto
rberrelleza
rberrelleza commented Oct 25, 2019

Is your feature request related to a problem? Please describe.
Sometimes I'd like to restart a single service, instead of all of them

Describe the solution you'd like
okteto restart api

Describe alternatives you've considered
Right now I do okteto restart but it takes longer because it has to restart multiple services

virtualritz
virtualritz commented Jan 12, 2020

The readme doesn't mention anywhere that the described steps are Linux-only.

I suspect this is the actual reason that

cargo build -Z build-std=std,core,alloc,panic_abort --target x86_64-unknown-hermit

fails for me on macOS 10.15.2 (Catalina) with

running: "cc" "cc" "-O1" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "src/libbacktrace" "-I" "/Users/moritz/code/rus
okeuday
okeuday commented Jun 27, 2018

In the API HTML documentation: The example urls currently have the .erl suffix. This needs to change to a .json suffix and example request/response data should be added below.

The Quickstart (in HTML/Markdown) needs to be updated, the Java tutorial, and possibly the FAQ.

The file src/service_api/README.markdown needs to be updated.

This change needs to occur immediately before the

inureyes
inureyes commented Jan 22, 2020

Is your feature request related to a problem? Please describe.

As the number of kernels managed by Backend.AI increases, the stability of each kernel becomes a major issue. In some cases, the stability of the kernel environment itself is inherent, but the libraries, code, and application software in the kernel often collide with each other. Currently, after a simple operation test, we respond

manoelcampos
manoelcampos commented Mar 26, 2019

An UtilizationModel defines how a Cloudlet will use Vm's RAM. When a Cloudlet requests more RAM than the Vm has available at the moment, it's shown a warning message, but the Cloudlet execution finishes at the expected time.

In operating systems, when this situation happens, the SO starts to use virtual memory to swap data belonging to idle processes from the RAM to the disk. This o

Improve this page

Add a description, image, and links to the cloud-computing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cloud-computing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.