Skip to content

Commit

Permalink
Adding basic system requirements (dotnet#465)
Browse files Browse the repository at this point in the history
* Adding basic system requirements

* Adding default size note

* Removing SSE statement
  • Loading branch information
Petermarcu authored Feb 8, 2017
1 parent 5aace65 commit 860703c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Documentation/minimum_requirements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#.NET Core Minimum System Requirements:

In general, the minimum requirements of your operating system will be enough to run .NET Core applications.

##1.X

The minimum available resources required for a simple standalone application are:

- 25MB Disk Space (50MB for a default application before removing unused assemblies)
- 16MB available RAM

Depending on your application and performance requirements, these requirements may be higher.

0 comments on commit 860703c

Please sign in to comment.