{{theTime}}

Search This Blog

Total Pageviews

How to default Max RAM in Windows using Command Line?

Run the command

x:\bcdedit\deletevalue {default} truncatememory.

No comments:

Saga Design Pattern

The Saga design pattern is a way to manage distributed transactions in a microservices architecture. In a microservices environment, where d...