James Hancock

Results 15 comments of James Hancock

Bump here too please. This is blocking on a ton of packages that use this.

nswag openapi2csclient /input:your-schema.json /output:Client.cs /nullableReferenceTypes:true /generateNullableProperties:true Although there seems to be some claims that you have to use nullable:true in the openapi.json documentation file, but it looks like that was...

We're running into this as well with odata.

"But it turns out that actually was the problem. Without a .wslconfig file, WSL will consume all available CPU and memory (the same thing happens with SQL Server and Exchange...

5.17GB Db Swap Usage is 2.3% before a test run with docker stopped, doesn't change through the test and stays there according to Performance Monitor. (i.e. no change at all)...

``` winsat diskformal  10:40:05  53ms Windows System Assessment Tool > Running: Feature Enumeration '' > Run Time 00:00:00.00 > Running: Storage Assessment '-seq -read -n 0' > Run...

> We need to know what the stats are from inside the docker container, I'm afraid. > > Separately, did you try following the instructions in the guide anyway? I...

I should note that one thing that I also notice is that you can't delete a database. It just hangs around stuck forever unless you delete the volumes in docker.

``` free -h total used free shared buff/cache available Mem: 86Gi 6.3Gi 73Gi 159Mi 6.1Gi 78Gi Swap: 22Gi 0B 22Gi ``` CPU load never goes over 10%.

That's just auto assignment because of 256 gb of memory in the host and the available memory in docker. It is never used. It's always 0 There is nothing in...